home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Magazin/MacEasy 14
/
Mac Magazin and MacEasy Magazine CD - Issue 14.iso
/
Wissenschaft & Technik
/
MacGzip 1.0b0
/
Mac
/
MacAE.h
< prev
next >
Wrap
Text File
|
1995-08-18
|
636b
|
29 lines
/*****************************************************/
/* AE handlers */
pascal OSErr MyHandleODoc( AppleEvent *theAppleEvent,
AppleEvent *reply,
long handlerRefCon
);
pascal OSErr MyHandlePDoc( AppleEvent *theAppleEvent,
AppleEvent *reply,
long handlerRefCon
);
pascal OSErr MyHandleOApp( AppleEvent *theAppleEvent,
AppleEvent *reply,
long handlerRefCon
);
pascal OSErr MyHandleQuit( AppleEvent *theAppleEvent,
AppleEvent *reply,
long handlerRefcon
);
/*****************************************************/